home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3613 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  42 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: yama.mcc.ac.uk!liv!lucs!news
  3. From: fish@csc.liv.ac.uk (S.E. Morris)
  4. Subject: Re: Hidden files
  5. Sender: news@csc.liv.ac.uk (News Eater)
  6. Message-ID: <Dn6CFI.Fxv@csc.liv.ac.uk>
  7. Date: Thu, 22 Feb 1996 11:11:42 GMT
  8. References: <4fqerr$m2c@thorn.cc.usm.edu> <DMrsMy.GAD@csc.liv.ac.uk>
  9.   <4gflta$ju4@cc.tut.fi>
  10. Nntp-Posting-Host: fish@indus.csc.liv.ac.uk
  11. Organization: Computer Science, University of Liverpool, UK
  12. X-Newsreader: knews 0.9.4
  13.  
  14. In article <4gflta$ju4@cc.tut.fi>,
  15. l154508@proffa.cc.tut.fi (Lindqvist Marko) writes:
  16. >
  17. >: As far as I know there is no way to hide files using the
  18. >: standard attributes AmigaDOS uses.  I suspect the demos
  19. >: you are refering to infact store the data they require
  20. >: directly onto the disk without using the normal AmigaDOS
  21. >: file system.  The demo program itself has to know exactly
  22. >: where on the disk everything is stored, because AmigaDOS
  23. >: can no longer find anything for itself.
  24. >
  25. > If this is correct, what happens when you save new files to that disk? 
  26. >Probably AmigaDOS thinks there is free space and saves over hidden 
  27. >files...
  28. > And if this is correct, then hidden files seem to be just like deleted 
  29. >files...
  30. >
  31. >--
  32. >
  33. > - No english sig available.
  34.  
  35. Not necessarily.  If I remember correctly, AmigaDOS stores a map of
  36. which sections of the disk are in use separately to the directory
  37. listing.  Therefore, it may be possible to reserve some blocks on
  38. a disk without actually setting up a file for them.
  39.  
  40. -FISH-   ><>
  41.  
  42.